From: Richard M. Stallman Date: Thu, 12 Oct 1995 15:44:45 +0000 (+0000) Subject: (syms_of_xdisp): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85873 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8d9583b0bcd3ebeee2843343f0ff1cdeb49dbe6a;p=emacs.git (syms_of_xdisp): Doc fix. --- diff --git a/src/xdisp.c b/src/xdisp.c index c47f3087335..0978787947d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -4291,7 +4291,8 @@ all the functions in the list are called, with the frame as argument."); DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions, "List of Functions to call before redisplaying a window with scrolling.\n\ Each function is called with two arguments, the window\n\ -and its new display-start position."); +and its new display-start position. Note that the value of `window-end'\n\ +is not valid when these functions are called."); Vwindow_scroll_functions = Qnil; }